home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue41 / Clinic / Modal2U.dfm / Modal2U.txt
Encoding:
Text File  |  1998-11-30  |  490 b   |  25 lines

  1. object MainForm: TMainForm
  2.   Left = 255
  3.   Top = 310
  4.   Width = 633
  5.   Height = 277
  6.   Caption = 'System Modal Form Test'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   TextHeight = 13
  14.   object btnSysModal: TButton
  15.     Left = 200
  16.     Top = 88
  17.     Width = 177
  18.     Height = 73
  19.     Caption = '&Show System Modal Window'
  20.     Default = True
  21.     TabOrder = 0
  22.     OnClick = btnSysModalClick
  23.   end
  24. end
  25.